home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2004 June - Gold Collection / DPPCPRO0604B.ISO / Tune Up / SysGuard / sysguardeval.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-02-18  |  2.6 KB  |  54 lines

  1. ;InnoSetupVersion=4.0.1
  2. [Setup]
  3. AppName=SysGuard Evaluation
  4. AppVerName=SysGuard 1.54 Evaluation
  5. AppId=SysGuard
  6. AppVersion=1.54
  7. AppPublisher=Idiogen Software
  8. AppPublisherURL=http://www.idiogensoftware.com
  9. AppSupportURL=http://www.idiogensoftware.com
  10. DefaultDirName={pf}\SysGuard
  11. DefaultGroupName=SysGuard
  12. UninstallDisplayIcon={app}\sysguard.exe,0
  13. UninstallDisplayName=SysGuard
  14. OutputBaseFilename=sysguardeval
  15. Compression=zip
  16. DisableProgramGroupPage=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\sysguard.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\config.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\trayicon.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\sysguard.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\diskeys.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\lockwarn.exe"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\uninschk.exe"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\network.exe"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\help.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\help.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{tmp}\50comupd.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion 
  32. [Registry]
  33. Root: HKLM; Subkey: "Software\Idiogen Software\SysGuard"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; 
  34. [Run]
  35. Filename: "{tmp}\50comupd.exe"; Parameters: "/q:a /r:n"; 
  36. Filename: "{app}\sysguard.exe"; Description: "Start SysGuard now"; Flags: postinstall nowait
  37. Filename: "{app}\help.hlp"; Description: "View help file now"; Flags: shellexec postinstall 
  38. [UninstallRun]
  39. Filename: "{app}\uninschk.exe"; RunOnceId: "uninschk"; 
  40. [Icons]
  41. Name: "{group}\Lock Computer"; Filename: "{app}\sysguard.exe"; Parameters: "/l"; Comment: "Lock the computer"; 
  42. Name: "{group}\Configure"; Filename: "{app}\config.exe"; Comment: "Configure SysGuard"; 
  43. Name: "{group}\Network"; Filename: "{app}\network.exe"; Comment: "SysGuard network tool"; 
  44. Name: "{group}\Help"; Filename: "{app}\help.hlp"; Comment: "SysGuard Help"; 
  45. Name: "{commondesktop}\SysGuard"; Filename: "{group}"; IconFilename: "{app}\sysguard.exe"; Comment: "SysGuard"; 
  46. [InstallDelete]
  47. Type: files; Name: "{app}\sysguardlog.txt"; 
  48. [UninstallDelete]
  49. Type: files; Name: "{app}\sysguardlog"; 
  50. [Languages]
  51. ; These files are stubs
  52. ; To achieve better results after recompilation, use the real language files
  53. Name: "default"; MessagesFile: "embedded\default.isl"; 
  54.